home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / fault.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  591 b   |  36 lines

  1. FAULT
  2.  
  3. Prints the messages for the specified error numbers.
  4.  
  5. Format
  6.  
  7. FAULT {<n>}
  8.  
  9. Template
  10.  
  11. /N/M
  12.  
  13. Location
  14.  
  15. Internal
  16.  
  17. FAULT prints the messages corresponding to the error numbers supplied. As
  18. many error numbers, separated by spaces, as you want can be specified to
  19. print at the same time.
  20.  
  21. Example:
  22.  
  23. If you receive the error message:
  24.  
  25. Error when opening DF1:TestFile 205
  26.  
  27. and need more information, enter:
  28.  
  29. 1> FAULT 205
  30. FAULT 205: object not found
  31.  
  32. This tells you that the error occurred because TestFile could not be found on
  33. DF1:.
  34.  
  35. A complete list of error messages appears in Appendix A.
  36.